home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Top10FreewarePL-SOFT / DriveRescue / setup.exe / {app} / rescue.exe / 0 / RCDATA / TPREVIEWDRVDIALOG / TPREVIEWDRVDIALOG.txt
Text File  |  2002-06-30  |  3KB  |  169 lines

  1. object PreviewDrvDialog: TPreviewDrvDialog
  2.   Tag = 600
  3.   Left = 131
  4.   Top = 111
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Preview logical drive'
  8.   ClientHeight = 298
  9.   ClientWidth = 547
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 241
  24.     Height = 241
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Tag = 601
  29.     Left = 20
  30.     Top = 40
  31.     Width = 74
  32.     Height = 13
  33.     Caption = 'Physical sector:'
  34.   end
  35.   object Label2: TLabel
  36.     Tag = 603
  37.     Left = 20
  38.     Top = 100
  39.     Width = 91
  40.     Height = 13
  41.     Caption = 'Sectors per cluster:'
  42.   end
  43.   object Label3: TLabel
  44.     Tag = 604
  45.     Left = 20
  46.     Top = 120
  47.     Width = 91
  48.     Height = 13
  49.     Caption = 'FAT type detected:'
  50.   end
  51.   object Label4: TLabel
  52.     Tag = 605
  53.     Left = 20
  54.     Top = 140
  55.     Width = 56
  56.     Height = 13
  57.     Caption = 'OEM name:'
  58.   end
  59.   object Label5: TLabel
  60.     Tag = 606
  61.     Left = 20
  62.     Top = 160
  63.     Width = 63
  64.     Height = 13
  65.     Caption = 'Volume label:'
  66.   end
  67.   object Label6: TLabel
  68.     Tag = 602
  69.     Left = 20
  70.     Top = 80
  71.     Width = 64
  72.     Height = 13
  73.     Caption = 'Total sectors:'
  74.   end
  75.   object Label7: TLabel
  76.     Tag = 607
  77.     Left = 268
  78.     Top = 12
  79.     Width = 119
  80.     Height = 13
  81.     Caption = 'Root directory (unsorted):'
  82.   end
  83.   object OKBtn: TButton
  84.     Tag = 611
  85.     Left = 219
  86.     Top = 264
  87.     Width = 75
  88.     Height = 25
  89.     Cancel = True
  90.     Caption = 'OK'
  91.     Default = True
  92.     ModalResult = 1
  93.     TabOrder = 0
  94.   end
  95.   object EditPhysSec: TEdit
  96.     Left = 132
  97.     Top = 36
  98.     Width = 105
  99.     Height = 21
  100.     ReadOnly = True
  101.     TabOrder = 1
  102.   end
  103.   object EditSecPerClus: TEdit
  104.     Left = 132
  105.     Top = 96
  106.     Width = 105
  107.     Height = 21
  108.     ReadOnly = True
  109.     TabOrder = 2
  110.   end
  111.   object EditFAT: TEdit
  112.     Left = 132
  113.     Top = 116
  114.     Width = 105
  115.     Height = 21
  116.     ReadOnly = True
  117.     TabOrder = 3
  118.   end
  119.   object EditOEM: TEdit
  120.     Left = 132
  121.     Top = 136
  122.     Width = 105
  123.     Height = 21
  124.     ReadOnly = True
  125.     TabOrder = 4
  126.   end
  127.   object EditVolLabel: TEdit
  128.     Left = 132
  129.     Top = 156
  130.     Width = 105
  131.     Height = 21
  132.     ReadOnly = True
  133.     TabOrder = 5
  134.   end
  135.   object EditTotalSec: TEdit
  136.     Left = 132
  137.     Top = 76
  138.     Width = 105
  139.     Height = 21
  140.     ReadOnly = True
  141.     TabOrder = 6
  142.   end
  143.   object ListView1: TListView
  144.     Left = 264
  145.     Top = 28
  146.     Width = 277
  147.     Height = 221
  148.     Columns = <
  149.       item
  150.         Caption = 'Name'
  151.         Tag = 608
  152.         Width = 100
  153.       end
  154.       item
  155.         Caption = 'Size'
  156.         Tag = 609
  157.       end
  158.       item
  159.         Caption = 'Date modified'
  160.         Tag = 610
  161.         Width = 100
  162.       end>
  163.     SmallImages = MainForm.ImageListSmallFolders
  164.     SortType = stText
  165.     TabOrder = 7
  166.     ViewStyle = vsReport
  167.   end
  168. end
  169.